Home > biomechZoo > Toolbox > Support Functions > isnear.m

isnear

PURPOSE ^

ISNEAR determines if two numbers are near each other as defined by prox

SYNOPSIS ^

function r = isnear(a,b,prox)

DESCRIPTION ^

 ISNEAR determines if two numbers are near each other as defined by prox

 ARGUMENTS
  a        ... first value
  b        ... 2nd value
  prox     ... proximity value 

 RETURNS
 r         ... 0 if no, 1 if yes

 Created by Phil Dixon April 19th 2012

CROSS-REFERENCE INFORMATION ^

This function calls: This function is called by:
Generated on Sun 10-Mar-2024 22:39:06 by m2html © 2005